The index of U coordinate in the 2D grid space.
The index of V coordinate in the 2D grid space.
The U coordinate in the 2D grid space.
The V coordinate in the 2D grid space.
When method returns, contains a value of the X coordinate.
When method returns, contains a value of the Y coordinate.
When method returns, contains a value of the Z coordinate.
GetDisplacedDataValue Method (FreeSurfaceDataSeries3D<TX,TY,TZ>)
Gets the 3-Dimensional data value with the Displacement Map value applied.
Syntax
public virtual void GetDisplacedDataValue( 
   int uIndex,
   int vIndex,
   double u,
   double v,
   out TX x,
   out TY y,
   out TZ z
)

Parameters

uIndex
The index of U coordinate in the 2D grid space.
vIndex
The index of V coordinate in the 2D grid space.
u
The U coordinate in the 2D grid space.
v
The V coordinate in the 2D grid space.
x
When method returns, contains a value of the X coordinate.
y
When method returns, contains a value of the Y coordinate.
z
When method returns, contains a value of the Z coordinate.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also